home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / pcl4c60.zip / SELFTEST._B_ < prev    next >
Text File  |  1996-09-18  |  231b  |  12 lines

  1. #
  2. # Borland C makefile for SELFTEST.C (small model)
  3. #
  4. .c.obj:
  5.      bcc -ms -c $<
  6.  
  7. selftest.exe: selftest.obj pcl4c_s.lib
  8.      bcc -ms -M selftest.obj pcl4c_s.lib
  9.      del selftest.obj
  10.  
  11. selftest.obj: selftest.c pcl4c.h
  12.